The Prizm Platform Services can be configured to run in Legacy mode.
|
This mode should only be used if you have an existing application that uses the Prizm Proxy Server service directly. |
To run in Legacy mode, follow the steps below, which assume you have already installed the Prizm Platform Services and they are currently running in Normal mode:
- Stop the Prizm Platform Services.
- Open the Watchdog configuration file in a text editor. The default path to this file is:
- Windows: C:\Prizm\PCCIS\Watchdog\watchdog.config
- Linux: /usr/share/prizm/pccis/Watchdog/watchdog.config
- Using valid JSON, set the server_mode value to legacyProxyServer, and add the legacyProxyServer property to set the ports the Proxy Server service will use. For example:
Example |
Copy Code
|
{
…
"server_mode": "legacyProxyServer",
"legacyProxyServer": {
"httpPort": 18680,
"proxyPort": 18580,
"odcWorkerPort": 18591
},
…
}
|
- Save and close the Watchdog configuration file.
- Start the Prizm Platform Services.